home *** CD-ROM | disk | FTP | other *** search
/ PCMania 62 / PCMania CD62_2.iso / quake / monsters / realquak.txt < prev    next >
Text File  |  1997-06-20  |  4KB  |  112 lines

  1.  
  2. ====================================================================
  3. title                   : RealQuake                         
  4. ====================================================================
  5.  
  6.  
  7. ====================================================================
  8. filename                : RealQuak.zip
  9. version            : 1.0; 19/06/97
  10. author                  : Pob the Impaler   (Paul Johnstone)
  11. contact                    : e-mail: A.W.Johnstone@btinternet.com
  12. description             : Quake C add-on
  13. ====================================================================
  14.  
  15. * Boilerplate information *
  16.  
  17. new sounds        : yeah
  18. new monsters/weapons    : Yep
  19. new QuakeC        : Yep
  20. new levels : yes indeedy!
  21.  
  22. * construction *
  23.  
  24. editor(s) used          : Stoneless for the level. qMe, Adquedit and PsP for the models
  25.                           
  26. build time        : a week
  27.  
  28. * installation *
  29.  
  30. Just unzip into d:\quake\realquak
  31.  
  32. and start quake with: quake -game realquak
  33.  
  34.  
  35. ====================================================================
  36.  
  37. * Credits *
  38.  
  39. - The Snakeman model and most of the Snakeman code is by Bubbah.
  40. - The spider is by Ken Turner.
  41.  
  42.  
  43. =====================================================================
  44.  
  45. * Other information *
  46.  
  47. Right, here is what is in the patch.
  48. Random choice of skin for some monsters.
  49. Fiendish Shambler with a LOT of HitPoints and BIGGER which randomly appears.
  50. Spider monster.  (will randomly replace somee of the Vores)
  51. SnakeMan. (will randomly replace some of the Enforcers)
  52. Grunts could have super-shotgun.
  53. Dragon. (on e2m7)
  54. Hell Knight's new animations sword strokes and attacks.
  55. Shotgun shell ejection.
  56. nail shell ejection. 
  57. rocket shell ejection.
  58. Chase Cam.
  59. Different player skins when armour changes, biosuit.
  60. Solid Monster code.
  61. Teleport rockets and nails 
  62. Laser Dot.
  63. Torch.
  64. Realistic Falling Damage .
  65. footsteps.
  66. Compass.
  67. Nail-bomb, Nail-Launcher, cluster bomb, ricochet, probe.
  68. Items no longer rotate.
  69. Throwing axes.
  70. New level is e2m7 (either get to it normally, or type : map e2m7)
  71.  
  72. =====================================================================
  73.  
  74. Impulses
  75. okay here is how to work stuff. Bind them to some keys.
  76.  
  77. To get throwing axe, select axe twice.
  78. bind "i" "impulse 31"   //  cycle camera options
  79. bind "o" "impulse 32"   //  camera option increase
  80. bind "p" "impulse 33"   //  camera option decrease
  81. bind "[" "impulse 101"  //  cycle back grenade types
  82. bind "]" "impulse 100"  //  cycle grenades forward
  83.  
  84. bind "c" "impulse 30"   //  toggle camera
  85. bind "d" "impulse 160"  //  compass reading (It's not very good)
  86.  
  87. bind "9" "impulse 12" // toggle torch on/off
  88. bind "0" "impulse 34" // toggle laser dot
  89.  
  90. =====================================================================
  91.  
  92. Bugs
  93.  
  94. oh dear there are some bugs in the code (it was a rush job).
  95. - The dragon on e2m7 will sometimes cause stack overflows and crash the level. You can type map e1m7
  96. to reload it. (The dragon is definately an early beta)
  97. - A couple of levels in episode 3 hang the computer while loading. I have NO idea why this happens.
  98. to get around this bug, the exit on e2m7 will go to episode 4. skipping episode 3 altogether.
  99. - Don't chuck axes through teleporters, it usually works okay, but sometimes crashes the game.
  100. - Damn fullbrights on super-shotgun grunt shouldn't be there.
  101. - To get rockets through teleporters needs quite specific aiming.
  102. I think that's all the bugs.  There's probably tons more in there :^(
  103.  
  104. =====================================================================
  105.  
  106. That 's all folks.
  107.  
  108. Pob the Impaler
  109. A.W.Johnstone@btinternet.com
  110.  
  111. =====================================================================
  112.